<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*reset*/
/* CSS reset for c_b */
body{
	max-width: 100%;
	margin: auto !important;
}

body#chanp{
	max-width:100%;
	margin: auto !important;
}
.max1920{
	max-width: 1920px;
	margin: auto !important;
}
.padding-t0{padding-top: 0}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td {
    padding: 5px;
}
fieldset, img {
    border: 0;
    transition:all .5s
}
img{max-width: 100%;}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
ception, th {
    text-align: left;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
a {
    color: #666;
    text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
    outline: none;
} /*for ff f6n.net*/
a:hover {
    text-decoration: none;
}

input::-webkit-input-placeholder{
	color:#666;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#666;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#666;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#666;
}
textarea::-webkit-input-placeholder{
    color:#666;
    font-size: 16px;
}
textareat::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#666;
    font-size: 16px;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#666;
    font-size: 16px;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#666;
    font-size: 16px;
}

.mb50{margin-bottom: 50px;}
.mb80{margin-bottom: 80px;}
.jjfa .p-0{padding: 0;}
.mt50{ margin-top: 50px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
/*定位*/

.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.bc {
    margin-left: auto;
    margin-right: auto;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.zoom {
    zoom: 1
}
.hidden {
    visibility: hidden;
}
.vam {
    vertical-align: middle;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
p {
    word-spacing: -1.5px;
    font-size: 14px;
    color: #666;
}
li {
    list-style: none;
}
p img {
    max-width: 100%;
}
#about p img {
    max-width: 1200px;
}


 -moz-box-sizing:content-box;
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
/*其他*/

.cur {
    cursor: pointer
}

.mt-50{
    margin-top: 50px;
}
.padding20{
    padding: 20px;
}
/*原reset*/

sup {
    vertical-align: baseline;
}
sub {
    vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
    vertical-align: middle;
}
body {
    font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}
table {
    font-size: inherit;
    width: 100%;
    border-collapse: collapse;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
*font-size:108%;
    line-height: 100%;
}
/*title*/

h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
/*清除浮动*/

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { /*兼容 IE*/
    zoom: 1;
}
/*end reset*/





/* CSS Document */

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    position: relative;
    min-width: 1200px;
    width: 100%;
}/*网站字体颜色*/
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.left{
	float: left;
}
.right{
	float: right;
}
/* header部分 */

.wrap-header {
    height: 40px;
    background: #f5f5f5;
    position: relative;
    z-index: 1001;
}
.wrap-header p {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #666;
}
.wrap-header p:before{
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/ico.png) 0px 0px no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
}

.wrap-header ul {
    float: right;
}
.wrap-header ul li {
    float: left;
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    position: relative;
}

.wrap-header ul li:hover a{
    color: #000;
}


.wrap-header ul li a:before{
    content: '';
    width: 25px;
    height: 25px;
    background: url("../images/ico.png") no-repeat 0 0;
    display: inline-block;
    position: relative;
    top: 6px;
}
.wrap-header ul #zhengshu a:before{
	background-position:  -25px 0;
}
.wrap-header ul #hweixin a:before{
    background-position:  -50px 0;
}
.wrap-header ul #weibo a:before{
    background-position:  -75px 0;
}
.wrap-header ul #map a:before{
    background-position:  -100px 0;
}
.wrap-header ul #language a:before{
    background-position:  -125px 0;
}


.wrap-header ul:before{
    content: '';
    width: 1px;
    height: 18px;
    border-left: 1px solid #ccc;
    display: inline-block;
    position: relative;
    top: 12px;
    float: left;
}
.wrap-header ul li:after{
    content: '';
    width: 1px;
    height: 18px;
    border-right: 1px solid #ccc;
    display: inline-block;
    position: relative;
    top: 12px;
    float: left;
}


.wrap-header ul li a {
    color: #666;
    display: block;
    float: left;
    padding: 0 10px;
}

.wrap-header ul li:hover span {
    display: block;
}
.wrap-header ul li span {
    display: none;
    position: absolute;
    left: -10px;
    top: 40px;
    line-height: 20px;
    text-align: center;
    padding: 1px;
    background: #eee;
    width: 120px;
}
.wrap-header ul li span i{
    margin-bottom: 5px;
    display: block;
}

.wrap-header ul li span img{
	width: 120px;
}
/* logo部分 */


.toplogo{
    padding:8px 0 0px;
    overflow: hidden;
    width: 100%;
    height: 105px;
}
.toplogo .logoimg a{
    display: block;
    float: left;
    margin-top: 10px;
}
.toplogo .logoimg a img{
	width:193px;
}
.toplogo .logoimg span{
    font-size: 33px;
    color: #3a5898;
    font-weight: bold;
    float: left;
    margin-top: 12px;
    line-height: 40px;
    margin-left: 20px;
}
.toplogo .logoimg span p{
    display: block;
    font-size: 20px;
    color: #666;
    font-weight: normal;
    letter-spacing: 2.5px;
}

.toptel{padding: 15px 0 0;}


.toptel ul li .l1{
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.toptel ul li .l2{
	font-size: 20px;
    color: #0660af;
    font-weight: bold;
}
.toptel ul li span{
    font-size: 35px;
    color: #ff7f00;
    font-weight: bold;
    font-family: Arial,"Times New Roman", "微软雅黑";
    display: block;
    margin-top: 7px;
}
.toptel ul li img{
    margin: 0 12px 0 33px;
    float: left;
}

/*导航*/
.topnav {
	background: #3a5898;
	position: relative;
    z-index: 1000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	height: 60px;
	line-height: 60px;
	background: #3a5898;
	position: relative;
}
.nav a {
	color: #fff;
}
.nav .navline {
	float: left;
    height: 60px;
	width: 2px;
}
.nav .nLi {
	float: left;
	position: relative;
}

.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	width: 131px;
    text-align: center;
	font-size: 16px;
}
.nav li:nth-of-type(2) h3 a{
	
}
.nav .sub {
	display: none;
    width: 90%;
    left: 0;
    top: 60px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    line-height: 26px;
    text-align: center;
    padding: 10px 5% 5px;
    z-index: 9999;
}
.nav .sub li {
	zoom: 1;

}
.nav .sub a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #333;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #eee;
}
.nav .sub a:hover {
	background: #ff7f00;
	color: #fff;
}
.nav .cur h3 a {
	background: #ff7f00;
	color: #fff;
	height: 60px;
}




.nav .navk{
    width: 930px;
    left: -320px;
    padding: 0;
    background: #fff;
    padding: 20px;
}
.nav .navk li{
    overflow: hidden;
    float: left;
    margin: 0 5px;
    /* padding-bottom: 20px;
    border-bottom:1px dashed rgba(124, 124, 124, 0.2); */
}
.nav .navk #yiji{
    background: #3a5898;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    border-radius: 2px;
}
.nav .navk li .sanji{
    float: left;
    width: 150px;
    
}
.nav .navk li .sanji a{
    float: left;
    color: #333;
    padding: 0 10px;
    line-height: 30px;
    margin: 0px 2px 5px;
    border-radius: 2px;
    width: 125px;
}
.nav .navk li .sanji a:hover{
    color: #fff;
}

.nav .sub1{
    width: 930px;
}
.nav .sub1 li:nth-of-type(1) .sanji,.nav .sub1 li:nth-of-type(2) .sanji{
    width:295px;
}
.nav .sub1 li:nth-of-type(1) .sanji a,.nav .sub1 li:nth-of-type(2) .sanji a{
    margin: 0px 10px 5px 0;
    width: 120px;
}
.nav .sub1 li:nth-of-type(1) .sanji a:nth-of-type(2n),.nav .sub1 li:nth-of-type(2) .sanji a:nth-of-type(2n){
    margin-right: 0;
}


.nav .sub2{
    left: -270px;
    width: 640px;
}
.nav .sub3{
    left: -250px;
    width: 600px;
}
.nav .sub3 li{
    margin:0 10px 0 0;
}
.nav .sub3 li:nth-of-type(2),.nav .sub3 li:nth-of-type(6){
    margin-right: 0;
}
.nav .sub3 li:nth-of-type(1) .sanji,.nav .sub3 li:nth-of-type(2) .sanji{
    width:295px;
    margin-bottom: 10px;
}
.nav .sub3 li:nth-of-type(1) .sanji a,.nav .sub3 li:nth-of-type(2) .sanji a{
    width: 122px;
}
.nav .sub3 li:nth-of-type(1) .sanji a:nth-of-type(2n),.nav .sub3 li:nth-of-type(2) .sanji a:nth-of-type(2n){
    margin-right: 0;
}
.nav .sub3 li:nth-of-type(3){
    clear: both;
}
.nav .sub3 li #yiji{
    padding: 0 7.8px;
}




/*导航结束*/


/* -- 弹出窗口 -- */

#oran_full_bg {
    display: none !important;
}
/* tanchuang1 提交弹窗*/

.tanchuang1 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/tanchuangBg.png);
    height: 100%;
    z-index: 9999999;
}
.tanchuang1 .conBox {
    width: 400px;
    height: 212px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 50%;
    margin-top: -80px;
    z-index: 9999999;
}
.tanchuang1 .conBox .tcClose {
    width: 33px;
    height: 90px;
    position: absolute;
    right: 45px;
    top: -90px;
    cursor: pointer;
    z-index: 999999999999999;
}
.tanchuang1 .conBox .box {
    width: 398px;
    height: 190px;
    border: 1px solid #e5e5e5;
    padding-top: 20px;
    text-align: center;
    position: relative;
}
.tanchuang1 .conBox .box img {
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
    font-size: 24px;
    color: #269903;
    font-weight: bold;
    margin-top: 10px;
}
.tanchuang1 .conBox .box p {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
    display: block;
    width: 150px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -75px;
    background: #269903;
    text-decoration: none;
    z-index: 999999999999999;
    border: 0px;
}
.tanchuang2 .conBox .box a {
    background: #404040;
}
/* 错误提示 */

.errorMainCon {
    width: 100%;
    background: url(../images/errorBg.jpg) no-repeat center #f6f6f6;
    ;
    height: 330px;
    padding-top: 300px;
}
.errorMainCon h3 {
    width: 525px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: normal;
    margin: 0 auto;
}
.errorMainCon h3 em {
    color: #df1f29;
    font-weight: bold;
}
.errorMainCon p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}
.errorMainCon p em {
    color: #df1f29;
}
.errorMainCon a.error-url {
    font-size: 15px;
    color: #999999;
    font-family: arial;
    display: block;
    text-align: center;
    margin-top: 4px;
}
.errorMainCon .btn {
    text-align: center;
    height: 52px;
    width: 228px;
    margin: 30px auto 0;
    overflow: hidden;
}
.errorMainCon .btn .a1 {
    display: block;
    width: 104px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #818181;
    background: #e3e3e3;
    border-radius: 4px;
    float: left;
    text-decoration: none;
    border: none;
}
.errorMainCon .btn .a1:first-child {
    background: #df1f29;
    color: #fff;
    margin-right: 20px;
}
/**/


/* search部分 */

.wrap-search {
    height: 75px;
    background: #eee;
}
.search .keyword {
    float: left;
    font-size: 14px;
    color: #666;
    height: 75px;
    width: 850px;
}
.search .keyword span {
    float: left;
    width: 90px;
    height: 75px;
    line-height: 80px;
    padding-left: 30px;
    background: url("../images/index_24.png") no-repeat left center;
}
.search .keyword p {
    float: left;
    line-height: 80px;
    height: 75px;
}
.search .keyword p a {
    float: left;
    color: #888;
    font-size: 14px;
    padding-right: 20px;
    margin-right: 10px;
    background: url("../images/index_25.png") no-repeat right center;
}
.search .keyword p a:last-of-type {
    background: none;
}
.search .keyword p a:hover {
    color: #014590;
}
.search .keyword a:first-child {
    padding-left: 0;
    border-left: none;
}
.search .inp {
    float: right;
    width: 300px;
    height: 43px;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #dedbdc;
    padding: 0 16px;
    background: #fff;
    border-radius: 27px;
}
.search .inp input {
    float: left;
    border: none;
    height: 43px;
    line-height: 43px;
    width: 255px;
    float: left;
    text-indent: 12px;
    font-size: 14px;
    color: #999;
}
.search .inp span {
    display: block;
    float: right;
    width: 40px;
    height: 43px;
    border-left: 1px solid #dedbdc;
    cursor: pointer;
}
.search .inp span button {
    display: block;
    width: 55px;
    height: 43px;
    background: url(../images/search.png) no-repeat 10px center;
    border: none;
    cursor: pointer;
}

/*底部*/
.foot{
	padding: 80px 0 40px;
    background: #333;
    overflow: hidden;
}
.abcdfoot{
    overflow: hidden;
}
.aafoot{
    float: left;
    width: 225px;
}

.bbfoot{
    float: left;
    width: 420px;
    
}
.bbfoot dl{
    float: left;
    width: 150px;
    margin-right: 50px;
}
.bbfoot dt a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}
.bbfoot  i{
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    margin: 10px 0
}


.bbfoot dd a{
    display: block;    
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.bbfoot dt:hover {
    background: #ff7f00;
    color: #fff;
}
.bbfoot dd:hover {
    background: #ff7f00;
    color: #fff;
}
.bbfoot dt:hover a,.bbfoot dd:hover a{
    color: #fff;
}

.xiangyou{
    content: "";
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .xiangyou:hover, .xiangyou:focus,.xiangyou:active {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }



.ccfoot{
    float: left;
    width: 385px;
}
.ccfoot .ftel{
    margin-bottom: 25px;
}
.ccfoot .ftel i{
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    background: url(../images/ico.png)no-repeat -100px -360px;
    margin-right: 10px;
}
.ccfoot .ftel span{
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
.ccfoot .ftel em{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff7f00;
    font-weight: bold;
    display: block;
    margin-top: 2px;
}
.ccfoot .flianxi{
    margin-left: 8px;
}
.ccfoot .flianxi span{
    line-height: 25px;
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 10px;
}
.ccfoot .flianxi span em{

}
.ccfoot .flianxi span a{
    color: #999;
}
.ccfoot .flianxi span i{
    width: 25px;
    height: 25px;
    background: url(../images/ico.png)no-repeat 0 -385px;
    display: block;
    float: left;
    margin-right: 20px;
}
.ccfoot .flianxi span:nth-of-type(1) {margin-bottom: 20px;}
.ccfoot .flianxi span:nth-of-type(1) i{height: 50px;}
.ccfoot .flianxi span:nth-of-type(2) i{background-position: -25px -385px;}
.ccfoot .flianxi span:nth-of-type(3) i{background-position: -50px -385px;}
.ccfoot .flianxi span:nth-of-type(4) i{background-position: -75px -385px;}
.ccfoot .flianxi span a:hover{
    color: #ff7f00;
}


.ddfoot{
    float: right;
    width: 130px;
}
.ddfoot img{
    width: 130px;
    height: 130px;
}
.ddfoot p{
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin-top: 5px;
}

.links{
    clear: both;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
	margin-top: 40px;
}
.links span{
    margin-right: 5px;
    font-size: 16px;
    color: #999;
}
.links a{
    color: #fff;
    margin-right: 10px;
    line-height: 30px;
}
.links a:hover{
    color: #ff7f00;
}

.footer{
    background: #3a5898;
    padding: 15px 0;
    overflow: hidden;
    color: #d1defd;
    font-size: 14px;
    line-height: 28px;
}
.footer a{
	color: #d1defd;
}
.footer a:hover{
    color: #ff7f00;
}
.footer i{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    background: url(../images/ico.png)no-repeat -150px -385px;
}

.h_head_gd{ 
    position:fixed; 
    top:0px; 
    width:100%;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop)0); 
    z-index:999999999; 
    left:0; 
    filter:alpha(opacity=0); 
    -moz-opacity:1; 
    -khtml-opacity: 1; 
    opacity: 1;
}

.nav .on h3 a {
	background: #ff7f00;
	color: #fff);
}</pre></body></html>